how to execute a function in every object of list c#

132

how to execute a function in every object of list c# -

items.ForEach(item => item.SomeMethod())

Comments

Submit
0 Comments